*
{
font-family: Arial;
}

body
{
width:1200px;
margin: auto;
}

#header
{
width: 100%;
 
}
#left
{
  width: 20%;
  float:left;
}
#content
{
    float: left;
    width: 685px;
    padding: 0px 15px 0px;
}
#right
{
  width: 20%;
  float:left;
}
.left-menu li
{
background-color: #F8F1C5;
/*background-color: rgba(232,209,62,.3);
background: -webkit-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
background: -moz-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
background: -ms-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
background: -o-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
background: linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));*/
border-radius: 5px;
border: 1px solid;
border-color: #d3c6a3 #cabc90 #c1b37f #c9bc8f;
-webkit-box-shadow: inset 0 1px 0 #fff;
box-shadow: inset 0 1px 0 #fff;
color: #716536;
margin: 1px 0;
line-height: 18px;
text-shadow: 0 1px 0 rgba(255,255,255, 0.7);
font-family: Arial;
font-size:13px;
}
.tophead
{
font-family: arial;
font-size: 20px;
border-bottom: 1px solid rgb(213, 211, 211);
font-weight: normal;
margin-top: 0px;
}
.news-date-time
{
font-family: Arial;
font-size: 16px;
color: rgb(111, 134, 173);
}

.mlink
{
color: rgb(00, 00, 00);
text-decoration: none;
}
.plashka
{
background-color: #9EB1C0;
text-decoration: none;
/*background: -webkit-linear-gradient(top left, rgba(128, 147, 161, 1), rgba(165, 184, 199, 1), rgba(214, 235, 252, 1));
background: -moz-linear-gradient(top left, rgba(128, 147, 161, 1), rgba(165, 184, 199, 1), rgba(214, 235, 252, 1));
background: -ms-linear-gradient(top left, rgba(128, 147, 161, 1), rgba(165, 184, 199, 1), rgba(214, 235, 252, 1));
background: -o-linear-gradient(top left, rgba(128, 147, 161, 1), rgba(165, 184, 199, 1), rgba(214, 235, 252, 1));
background: linear-gradient(top left, rgba(128, 147, 161, 1), rgba(165, 184, 199, 1), rgba(214, 235, 252, 1));*/
border-radius: 5px;
border: 1px solid;
border-color: #d3c6a3 #cabc90 #c1b37f #c9bc8f;
color: #FCFF94;
margin: 1px 0;
line-height: 18px;
text-shadow: 2px 2px 1px rgba(0,0,0, 1);
font-family: Arial;
height: 27px;
padding-top: 10px;
font-size: 21px;
text-align: center;
}

.plashka3
{
background-color: rgb(165, 184, 199);
/*background: -webkit-linear-gradient(top left, rgba(128, 147, 161, 1), rgba(165, 184, 199, 1), rgba(214, 235, 252, 1));
background: -moz-linear-gradient(top left, rgba(128, 147, 161, 1), rgba(165, 184, 199, 1), rgba(214, 235, 252, 1));
background: -ms-linear-gradient(top left, rgba(128, 147, 161, 1), rgba(165, 184, 199, 1), rgba(214, 235, 252, 1));
background: -o-linear-gradient(top left, rgba(128, 147, 161, 1), rgba(165, 184, 199, 1), rgba(214, 235, 252, 1));
background: linear-gradient(top left, rgba(128, 147, 161, 1), rgba(165, 184, 199, 1), rgba(214, 235, 252, 1));*/
border-radius: 5px;
border: 1px solid;
border-color: #d3c6a3 #cabc90 #c1b37f #c9bc8f;
color: #000000;
margin: 1px 0;
line-height: 18px;
text-shadow: 2px 2px 1px rgba(1,1,1, 0.5);
font-family: Arial;
height: 27px;
padding-top: 10px;
font-size: 21px;
text-align: center;
}

.voting-form-box
{
background-color: #F8F1C5;

border: solid 1px #d3c6a3;
border-radius: 5px;
}
.mlink2:link,.mlink2:visited
{
  color: gray;
}

.photo-items-list .photo-item-cont {
float: left;
margin: 0 4px 4px 0;
padding: 2px;


.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
}
.rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
}
  

.vote-answer-item-bar { width:90%;}
.vote-answer-item-bar-inner {background-color: red;}
.vote-question-list-main-page {
list-style-type: none;
padding-left: 0px;
}